home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-23 | 385 b | 19 lines | [TEXT/hscd] |
- ;******* TEMPLATE C Sample Program Module Definition File (.DEF) ********
- ;
- ; The module definition file supplies extra information about the program
- ; module to the LINKER.
- ; Copyright 1991 IBM Corporation
- ;
- NAME feed
-
- DESCRIPTION 'Simple Feed Example'
-
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- HEAPSIZE 65536
- STACKSIZE 65536
-
- IMPORTS
- MESAFEED.setRTFValue
-